/*
Theme Name: FUTSAL CLUB kitakoshigaya
*/
/*==========================================================
	                全体に指定
==========================================================*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	vertical-align: baseline;
	list-style: none;
	box-sizing: border-box;
}

/*----------------イメージ画像-----------------*/
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*----------------display: block;-----------------*/
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
header,
main,
section,
h1,
h2,
h3,
h4 {
	display: block;
}

/*----------------list-style-type: none;-----------------*/

ol,
ul,
dl {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #272727;
}

a:focus {
	outline: none;
}

/*=============================
	  bodyに指定
=============================*/

body {
	font-family: "ヒラギノ角ゴ Std", 'Noto Sans JP', "Osaka", "メイリオ", "Meiryo UI", Sans-Serif;
	color: #272727;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.alata {
	font-family: 'Alata', sans-serif;
}

.sp {
	display: none;
}

/*=============================
	  wrapに指定
=============================*/

#wrap {
	width: 100%;
	height: 100%;

}

/*=============================
	 conrainerに指定
=============================*/

#container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}



/* header */

header.top {
	position: relative;
	width: 100%;
	height: 959px;
	background-image: url(assets/image/main_visual.jpg);
	background-repeat: no-repeat;
	background-size: 1920px 959px;
	background-position: center top;
}

@media screen and (min-width: 1500px) {
	header.top {
		background-size: cover;
		background-position: center;
	}
}

nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	height: 89px;
}

h1 {
	margin-top: 27px;
	margin-left: 51px;
	margin-right: auto;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 2px;
}


h1 a {
	color: #ffffff;
}



.gnavi {
	margin: 37px 37px 50px 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.gnavi li a {
	position: relative;
	padding-bottom: 0;
	font-size: 21px;
	line-height: 21px;
	color: #ffffff;
	text-align: center;
	height: 22px;
}


.gnavi li a.rental {
	padding: 5px 0;
	margin-right: 20px;
}

.gnavi li a.futsal {
	padding: 5px 0;
	margin-right: 20px;
}

.gnavi li a.personal {
	padding: 5px 0;
}

.gnavi li a.contact {
	margin: 0 20px;
}

.gnavi li a.access {
	margin-right: 20px;
}

.gnavi li a.staff {
	margin-right: 20px;
}

.gnavi li a.reserve {}


.gnavi li span {
	position: relative;

}

.gnavi li span.ja {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-100%) translateX(-50%);
	transform: translateY(-100%) translateX(-50%);
	transition: all .2s;
	display: flex;
	opacity: 1;
	white-space: nowrap;
	font-size: 19px;
	line-height: 0;
}

.gnavi li a.access span.ja {
	font-size: 16px;
}

.gnavi li a.staff span.ja {
	font-size: 14px;
}

.gnavi li span:nth-child(2) {
	opacity: 0;
	transform: translate(-50%, 100%);
}

.gnavi li:hover span:nth-child(1) {
	opacity: 0;
	transform: translate(-50%, -100%);
}

.gnavi li:hover span:nth-child(2) {
	opacity: 1;
	transform: translate(-50%, 0);
}




.dust {
	font-size: 14px;
	color: #7d7d7d;
}

.dust a {
	color: #7d7d7d;
}



header.top h2 {
	margin: 50px auto 0 auto;
	width: 624px;
	height: 141px;
	background-image: url(assets/image/h2_text.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

header.top h5 {
	margin: 40px auto 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
}

header.top p.header_text {
	margin-top: 50px;
	font-size: 22px;
	line-height: 38px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

a.institution_btn {
	position: relative;
	margin: 24px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 65px;
	background: #ffffff;
	background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
}

a.institution_btn:before {
	content: "";
	width: 200%;
	height: 200%;
	background: rgba(255, 255, 255, .2);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: -200%;
	transition: .3s ease-in-out;
}

a.institution_btn:hover:before {
	left: 30%;
}



.global-nav {
	display: none;
}

.hamburger {
	display: none;
}


main {
	position: relative;
	width: 100%;
	overflow: hidden;
}



/* footer */

footer {
	margin: 0 auto;
	width: 100%;
	height: auto;
}


/* footer reserve */

footer .reserve_area {
	position: relative;
	bottom: 0;
	padding: 68px 0 68px 0;
	width: 100%;
	height: auto;
	background-image: url(assets/image/reserve_area_bg.jpg);
	background-repeat: no-repeat;
	background-size: 1920px 425px;
	background-position: center top;
	background-position: bottom;
	overflow: hidden;
}

.reserve_area h3 {
	margin: 0 auto 35px auto;
	width: 731px;
	height: 78px;
	background-image: url(assets/image/footer_reserve_text.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

a.reserve_btn {
	position: relative;
	margin: 0 auto 41px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 65px;
	background: #ffffff;
	background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
}

a.reserve_btn:before {
	content: "";
	width: 200%;
	height: 200%;
	background: rgba(255, 255, 255, .2);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: -200%;
	transition: .3s ease-in-out;
}

a.reserve_btn:hover:before {
	left: 30%;
}




.footer_reserve_area {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 935px;
	height: 69px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

p.footer_reserve_area_text {
	margin-right: 24px;
	width: 296px;
	height: 18px;
	background-image: url(assets/image/reserve_text.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

a.footer_reserve_tel {
	margin-right: 30px;
	padding-left: 45px;
	position: relative;
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
}

a.footer_reserve_tel:before {
	position: absolute;
	top: -3px;
	left: 0;
	display: inline-block;
	content: "";
	width: 31px;
	height: 31px;
	background-image: url(assets/image/tel_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

p.footer_reserve_area_text02 {
	font-size: 16px;
	color: #ffffff;
}


/* footer_main_area */

.footer_main_area {
	padding: 60px 0 50px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #232328;
}

.footer_main_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	width: 1200px;
	height: auto;
}

.footer_main_left {
	width: 50%;
	height: auto;
}

.footer_main_left h5 {
	margin-bottom: 50px;
	font-size: 25px;
	line-height: 25px;
	color: #ffffff;
}

.footer_main_left h5 a {
	color: #ffffff;
}

ul.footer_sns {
	margin-bottom: 64px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

ul.footer_sns li {
	margin-right: 12px;
}

p.footer_text {
	font-size: 16px;
	line-height: 16px;
	color: #616161;
}


.footer_main_right {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.footer_main_right dl.footer_nav_left dt {
	margin-bottom: 40px;
	width: 180px;
	font-size: 22px;
	font-size: 22px;
	color: #8c8c8c;
}

.footer_main_right dl.footer_nav_center dt {
	margin-bottom: 40px;
	width: 180px;
	font-size: 22px;
	font-size: 22px;
	color: #8c8c8c;
}

.footer_main_right dl.footer_nav_right dt {
	margin-bottom: 40px;
	width: 235px;
	font-size: 22px;
	font-size: 22px;
	color: #8c8c8c;
}

.footer_main_right dl dd {
	margin-bottom: 17px;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
}

.footer_main_right dl dd a {
	color: #ffffff;
}

.footer_main_right dl dd.dd_contact {
	margin-bottom: 45px;
}

.footer_main_right dl dd.dd_tel a {
	padding-left: 24px;
	position: relative;
	font-size: 22px;
	line-height: 22px;
}

.footer_main_right dl dd.dd_tel a:before {
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(assets/image/tel_icon.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
}

.footer_main_right dl dd.dd_eigyou {
	line-height: 26px;
}


.footer_ac_menu {
	display: none;
}

/* サイドナビ */

.sidescroll {
	position: absolute;
	top: 0;
	right: -300px;
	transition: 0.8s;
	z-index: 5;
}

dl#side_nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 360px;
	height: 210px;
	background-color: #ffffff;
	cursor: pointer;

}

dl#side_nav dt {
	width: 60px;
	height: 210px;
	background-image: url(assets/image/side_nav_title.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

.sidescroll:hover {
	right: 0;
}


.fixed {
	position: fixed;
	top: 0;
	right: -300px;
}




dl#side_nav dd {
	padding: 28px 20px 0 21px;
	width: 300px;
	height: 210px;
}

p.side_text {
	margin: 0 auto 10px auto;
	width: 174px;
	height: 51px;
	background-image: url(assets/image/side_text.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

p.side_date {
	margin-bottom: 0;
	padding-top: 10px;
	width: 258px;
	text-align: center;
	border-top: 1px solid #bdbdbd;
	font-size: 16px;
	color: #011588;
}

a.side_tel {
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 35px;
	line-height: 35px;
	color: #011588;
	letter-spacing: -1.5px;
	text-align: center;
	text-indent: 26px;
}

a.side_tel:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	content: "";
	width: 26px;
	height: 26px;
	background-image: url(assets/image/side_tel_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.side_nav-fixed {
	position: sticky;
	margin-bottom: 0;
	top: 10px;
	z-index: 1;
}







/* 調整 */
@media screen and (max-width: 1500px) {

	.gnavi {
		margin: 37px 19.5px 50px 0;
		list-style: none;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.gnavi li a {
		position: relative;
		padding-bottom: 0;
		font-size: 19px;
		line-height: 19px;
		color: #ffffff;
		text-align: center;
		height: 20px;
	}


	.gnavi li a.rental {
		padding: 5px 0;
		margin-right: 18px;
	}

	.gnavi li a.futsal {
		padding: 5px 0;
		margin-right: 18px;
	}

	.gnavi li a.personal {
		padding: 5px 0;
	}

	.gnavi li a.contact {
		margin: 0 18px;
	}

	.gnavi li a.access {
		margin-right: 18px;
	}

	.gnavi li a.staff {
		margin-right: 18px;
	}

	.gnavi li a.reserve {}


	.gnavi li span {
		position: relative;

	}

	.gnavi li span.ja {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-100%) translateX(-50%);
		transform: translateY(-100%) translateX(-50%);
		transition: all .2s;
		display: flex;
		opacity: 1;
		white-space: nowrap;
		font-size: 17px;
		line-height: 0;
	}

	.gnavi li a.access span.ja {
		font-size: 15px;
	}

	.gnavi li a.staff span.ja {
		margin-top: 1px;
		font-size: 13px;
		line-height: 0;
	}

	.gnavi li span:nth-child(2) {
		opacity: 0;
		transform: translate(-50%, 100%);
	}

	.gnavi li:hover span:nth-child(1) {
		opacity: 0;
		transform: translate(-50%, -100%);
	}

	.gnavi li:hover span:nth-child(2) {
		opacity: 1;
		transform: translate(-50%, 0);
	}



}




/* 調整 */
@media screen and (max-width: 1400px) {

	h1 {
		margin-top: 27px;
		margin-left: 35px;
		margin-right: auto;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 2px;
	}



}




/* 調整 */
@media screen and (max-width: 1250px) {

	.gnavi {
		display: none;
	}

	/* spナビ */
	.global-nav {
		display: block;
		position: fixed;
		right: -320px;
		top: 0;
		width: 300px;
		height: 100vh;
		padding-top: 40px;
		background-color: #fff;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
	}

	.hamburger {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 300;
	}

	.global-nav__list {
		position: relative;
		display: block;
		margin: 0;
		padding: 50px 0 0 20px;
		list-style: none;
	}

	ul.global-nav__list li {
		margin-bottom: 20px;
		display: block;
		width: 100%;
		height: 30px;
		text-align: left;
		border-bottom: 1px solid #000000;
	}

	ul.global-nav__list li:last-child {
		margin-bottom: 0;
	}

	ul.global-nav__list li a {
		position: relative;
		padding-bottom: 20px;
		display: block;
		color: #272727;
	}

	.global-nav__list li span {
		position: absolute;
		left: 0;
		top: 0;
		transition: all .2s;
		transform: translate(0, 0);
		display: inline-block;
		opacity: 1;
		white-space: nowrap;
		text-align: left;
	}

	.global-nav__list li span:nth-child(2) {
		opacity: 0;
		transform: translate(0, 0);
	}

	.global-nav__list li:hover span:nth-child(1) {
		opacity: 0;
		transform: translate(0, 0);
	}

	.global-nav__list li:hover span:nth-child(2) {
		opacity: 1;
		transform: translate(0, 0);
	}

	.ja {
		padding: 0;
		text-align: left;
	}


	.global-nav__list li a span.ja {
		font-size: 16.5px;
	}






	.hamburger__line {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 1px;
		background-color: #111;
		transition: all .6s;
	}

	.hamburger__line--1 {
		top: 14px;
		background-color: #ffffff;
	}

	.hamburger__line--2 {
		top: 20px;
		background-color: #ffffff;
	}

	.hamburger__line--3 {
		top: 26px;
		background-color: #ffffff;
	}

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}



	/* 表示された時用のCSS */
	.nav-open .global-nav {
		right: 0;
	}

	.nav-open .black-bg {
		opacity: .8;
		visibility: visible;
	}

	.nav-open .hamburger__line--1 {
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		background-color: #000000;
	}

	.nav-open .hamburger__line--2 {
		width: 0;
		left: 50%;
		background-color: #000000;
	}

	.nav-open .hamburger__line--3 {
		transform: rotate(-45deg);
		top: 20px;
		right: 20px;
		background-color: #000000;
	}


	ul.nav_sns {
		margin-left: 20px;
		margin-top: 20px;
	}

	ul.nav_sns li {
		display: inline-block;
		margin-right: 10px;
	}


	.twitter {
		width: 100%;
		height: 100%;
		max-width: 750px !important;
		min-height: 450px !important;
	}

	.twitter a.twitter-timeline {
		display: none;
	}

	img.nav_insta,
	img.nav_twitter {
		width: 32px;
		height: 32px;
	}




}



/* 調整 */
@media screen and (max-width: 1200px) {

	/* footer_main_area */

	.footer_main_area {
		padding: 60px 0 50px 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #232328;
	}

	.footer_main_wrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		height: auto;
	}

	.footer_main_left {
		padding-left: 3%;
		width: 50%;
		height: auto;
	}




}


/* 調整 */
@media screen and (max-width: 1000px) {

	/* header */

	header.top {
		padding-bottom: 89.2vw;
		width: 100%;
		height: 0;
		background-image: url(assets/image/main_visual_1000.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}

	header.top h2 {
		margin: 18.7% auto 0 auto;
		width: 62.4vw;
		height: 14.1vw;
		background-image: url(assets/image/h2_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		text-indent: -9999px;
	}

	header.top h5 {
		padding: 0 3%;
		margin: 4vw auto 0 auto;
		text-align: center;
		color: #ffffff;
		font-size: 2.8vw;
		line-height: 2.8vw;
		text-shadow: 0px 6px 0px rgba(0, 0, 0, 0.43);
	}

	header.top p.header_text {
		margin-top: 5vw;
		font-size: 2.2vw;
		line-height: 3.8vw;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
	}


}


/* 調整 */
@media screen and (max-width: 980px) {

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/* footer reserve */

	footer .reserve_area {
		position: relative;
		bottom: 0;
		padding: 68px 0 68px 0;
		width: 100%;
		height: auto;
		background-image: url(assets/image/reserve_area_bg.jpg);
		background-repeat: no-repeat;
		background-size: 1920px 425px;
		background-position: center top;
		background-position: bottom;
		overflow: hidden;
	}

	.reserve_area h3 {
		margin: 0 auto 35px auto;
		width: 500px;
		height: 47.88px;
		background-image: url(assets/image/footer_reserve_text.png);
		background-repeat: no-repeat;
		background-size: 500px 47.88px;
		text-indent: -9999px;
	}

	.footer_reserve_area {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 95.4vw;
		height: 69px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	p.footer_reserve_area_text {
		margin-right: 24px;
		width: 296px;
		height: 18px;
		background-image: url(assets/image/reserve_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
	}

	a.footer_reserve_tel {
		margin-right: 3.061vw;
		padding-left: 4.591vw;
		position: relative;
		font-size: 3.571vw;
		color: #ffffff;
		font-weight: bold;
	}

	a.footer_reserve_tel:before {
		position: absolute;
		top: -0.204vw;
		left: 0;
		display: inline-block;
		content: "";
		width: 3.163vw;
		height: 3.163vw;
		background-image: url(assets/image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	p.footer_reserve_area_text02 {
		font-size: 1.632vw;
		color: #ffffff;
	}


	/* footer_main_area */

	.footer_main_area {
		padding: 60px 0 25px 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #232328;
	}

	.footer_main_wrap {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.footer_main_left {
		padding-left: 3%;
		width: 100%;
		height: auto;
	}

	ul.footer_sns {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}


	.footer_main_right {
		padding-left: 3%;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
	}

	.footer_main_right dl.footer_nav_left dt {
		margin-bottom: 40px;
		width: 180px;
		font-size: 22px;
		font-size: 22px;
		color: #8c8c8c;
	}

	.footer_main_right dl.footer_nav_center dt {
		margin-bottom: 40px;
		width: 180px;
		font-size: 22px;
		font-size: 22px;
		color: #8c8c8c;
	}

	.footer_main_right dl.footer_nav_right dt {
		margin-bottom: 40px;
		width: 235px;
		font-size: 22px;
		font-size: 22px;
		color: #8c8c8c;
	}

	.footer_main_right dl dd {
		margin-bottom: 17px;
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;
	}

	.footer_main_right dl dd a {
		color: #ffffff;
	}

	.footer_main_right dl dd.dd_contact {
		margin-bottom: 45px;
	}

	.footer_main_right dl dd.dd_tel a {
		padding-left: 24px;
		position: relative;
		font-size: 22px;
		line-height: 22px;
	}

	.footer_main_right dl dd.dd_tel a:before {
		position: absolute;
		top: 7px;
		left: 0;
		display: inline-block;
		content: "";
		width: 16px;
		height: 16px;
		background-image: url(assets/image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 16px 16px;
		background-position: center;
	}

	p.footer_text {
		padding-left: 3%;
		font-size: 16px;
		line-height: 16px;
		color: #616161;
		text-align: center;
	}


}



/* 調整 */
@media screen and (max-width: 768px) {

	/* headre */
	header.top h2 {
		padding-top: 18.7vw;
		padding-bottom: 0;
		margin: 0 auto 0 auto;
		width: 62.4vw;
		height: 14.1vw;
		background-image: url(assets/image/h2_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		text-indent: -9999px;
	}

	header.top h5 {
		margin: 5.208vw auto 0 auto;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		line-height: 20px;
		text-shadow: 0px 6px 0px rgba(0, 0, 0, 0.43);
	}

	header.top p.header_text {
		padding: 0 3%;
		margin-top: 3.906vw;
		font-size: 16px;
		line-height: 28px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
	}


	a.institution_btn {
		position: relative;
		margin: 3.125vw auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 280px;
		height: 56.88px;
		background: #ffffff;
		background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		color: #ffffff;
		overflow: hidden;
	}

	a.institution_btn:before {
		content: "";
		width: 200%;
		height: 200%;
		background: rgba(255, 255, 255, .2);
		transform: rotate(-45deg);
		position: absolute;
		top: 0;
		left: -200%;
		transition: .3s ease-in-out;
	}

	a.institution_btn:hover:before {
		left: 30%;
	}







	dl#side_nav {
		display: none;
	}



	footer .reserve_area {
		position: relative;
		bottom: 0;
		padding: 50px 0 20px 0;
		width: 100%;
		height: 425px;
		background-image: url(assets/image/reserve_area_bg.jpg);
		background-repeat: no-repeat;
		background-size: 1920px 425px;
		background-position: bottom;
		overflow: hidden;
	}

	@media screen and (min-width: 1500px) {
		footer .reserve_area {
			background-size: cover;
			background-position: bottom;
		}
	}

	.footer_reserve_area {
		display: block;
		margin: 0 auto;
		width: 94%;
		height: auto;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		text-align: center;
	}

	p.footer_reserve_area_text {
		margin: 30px auto 20px auto;
		width: 296px;
		height: 18px;
		background-image: url(assets/image/reserve_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
	}

	a.footer_reserve_tel {
		margin: 0 auto 20px auto;
		padding-left: 40px;
		position: relative;
		font-size: 35px;
		line-height: 35px;
		color: #ffffff;
		font-weight: bold;
	}

	a.footer_reserve_tel:before {
		position: absolute;
		top: 8px;
		left: 0;
		display: inline-block;
		content: "";
		width: 31px;
		height: 31px;
		background-image: url(assets/image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
	}

	p.footer_reserve_area_text02 {
		margin: 10px 0 20px 0;
		font-size: 16px;
		color: #ffffff;
	}

	a.reserve_btn {
		position: relative;
		margin: 0 auto 41px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 280px;
		height: 56.88px;
		background: #ffffff;
		background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		color: #ffffff;
		overflow: hidden;
	}

	a.reserve_btn:before {
		content: "";
		width: 200%;
		height: 200%;
		background: rgba(255, 255, 255, .2);
		transform: rotate(-45deg);
		position: absolute;
		top: 0;
		left: -200%;
		transition: .3s ease-in-out;
	}

	a.reserve_btn:hover:before {
		left: 30%;
	}


}



/* 調整 */
@media screen and (max-width: 600px) {

	.footer_main_right {
		display: none;
	}

	.footer_ac_menu {
		display: block;
		margin-bottom: 25px;
		padding: 0 3%;
		width: 100%;
	}

	/* メニューの部分 */
	.footer_ac_menu label {
		padding-bottom: 20px;
		width: 100%;
		height: 60px;
		font-size: 22px;
		font-size: 22px;
		color: #8c8c8c;
		cursor: pointer;
	}

	.footer_ac_menu input[type="checkbox"].on-off {
		display: none;
	}


	dl.footer_nav_left dt {
		margin-top: 40px;
		width: 180px;
		font-size: 22px;
		font-size: 22px;
		color: #8c8c8c;
	}

	dl.footer_nav_center dt {
		margin-bottom: 40px;
		width: 180px;
		font-size: 22px;
		font-size: 22px;
		color: #8c8c8c;
	}

	dl.footer_nav_right dt {
		margin-bottom: 40px;
		width: 235px;
		font-size: 22px;
		line-height: 22px;
		color: #8c8c8c;
	}

	dl dd.footer_nav_dd {
		margin-bottom: 17px;
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;

	}

	dl dd.footer_nav_dd a {
		color: #ffffff;
	}

	dl dd.dd_contact {
		margin-bottom: 20px;
	}

	dl dd.dd_contact a {
		margin-top: -10px;
		line-height: 16px
	}

	dl dd.dd_tel a {
		padding-left: 24px;
		position: relative;
		font-size: 22px;
		line-height: 22px;
		color: #ffffff;
	}

	dl dd.dd_tel a:before {
		position: absolute;
		top: 7px;
		left: 0;
		display: inline-block;
		content: "";
		width: 16px;
		height: 16px;
		background-image: url(assets/image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 16px 16px;
		background-position: center;
	}

	p.footer_text {
		padding-left: 3%;
		font-size: 16px;
		line-height: 16px;
		color: #616161;
		text-align: center;
	}



	/* コンテンツの部分 */
	.footer_ac_menu div {
		padding-bottom: 20px;
		margin: 0;
		padding: 0 15px;
		list-style: none;
	}

	.footer_ac_menu input[type="checkbox"].on-off+div {
		margin-top: 10px;
		height: 0;
		overflow: hidden;
	}

	.footer_ac_menu input[type="checkbox"].on-off:checked+div {
		padding-bottom: 20px;
		height: auto;

	}

	.footer_contact_box {
		position: relative;
		top: -8px;
	}

	.footer_main_right dl dd.dd_contact {
		margin-bottom: 20px;
	}

	dl.footer_nav_right dd.dd_contact a {
		color: #ffffff;
	}

	dl.footer_nav_right dd.footer_nav_dd {
		line-height: 26px;
	}


}




/* 調整 */
@media screen and (max-width: 500px) {

	h1 {
		margin-top: 27px;
		margin-left: 20px;
		margin-right: auto;
		font-size: 17px;
		line-height: 17px;
		letter-spacing: 2px;
	}

	.hamburger {
		display: block;
		position: absolute;
		right: 10px;
		top: 20px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 300;
	}

	/* footer reserve */

	footer .reserve_area {
		position: relative;
		bottom: 0;
		padding: 10vw 3% 6.6vw 3%;
		width: 100%;
		height: auto;
		background-image: url(assets/image/reserve_area_bg.jpg);
		background-repeat: no-repeat;
		background-size: 1920px 425px;
		background-position: center top;
		background-position: bottom;
		overflow: hidden;
	}

	.reserve_area h3 {

		margin: 0 auto 7vw auto;
		width: 100%;
		/* height: ; */
		background-image: url(assets/image/footer_reserve_text.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		text-indent: -9999px;
	}


	.footer_reserve_area {
		display: block;
		margin: 0 auto;
		width: 94%;
		height: auto;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		text-align: center;
	}

	p.footer_reserve_area_text {
		margin: 6vw auto 4vw auto;
		width: 296px;
		height: 18px;
		background-image: url(assets/image/reserve_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
	}

	a.footer_reserve_tel {
		margin: 0 auto 4vw auto;
		padding-left: 30px;
		position: relative;
		font-size: 24px;
		line-height: 24px;
		color: #ffffff;
		font-weight: bold;
	}

	a.footer_reserve_tel:before {
		position: absolute;
		top: 6px;
		left: 0;
		display: inline-block;
		content: "";
		width: 22px;
		height: 22px;
		background-image: url(assets/image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
	}

	p.footer_reserve_area_text02 {
		margin: 2vw 0 4vw 0;
		font-size: 16px;
		color: #ffffff;
	}

	/*a.reserve_btn{
	margin: 0 auto 30px auto;
	display: block;
	width: 220px;
	height: 44.63px;
	background-image: url(assets/image/reserve_btn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}*/

	/* footer_main_area */

	.footer_main_area {
		padding: 30px 0 25px 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #232328;
	}

	.footer_main_left h5 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 20px;
		color: #ffffff;
	}

	.footer_main_left h5 a {
		color: #ffffff;
	}




	header.top {
		position: relative;
		padding-bottom: 10%;
		width: 100%;
		height: auto;
		background-image: url(assets/image/main_visual.jpg);
		background-repeat: no-repeat;
		background-size: 1200px auto;
		background-position: center top;
	}

	header.top h2 {
		padding-top: 20%;
		margin: 30px auto 0 auto;
		width: 90vw;
		height: 0;
		background-image: url(assets/image/h2_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		text-indent: -9999px;
	}



}

@media screen and (min-width: 1500px) {
	footer .reserve_area {
		background-size: cover;
		background-position: center;
	}
}

.alata.logo {
	width: 250px;
	max-width: 80%;
}

@media screen and (max-width: 500px) {
	.alata.logo {
		width: 100px;
	}
}